home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 October
/
Macworld (1998-10).dmg
/
Serious Demos
/
Morpha
/
3DO.DXR
/
00058.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-31
|
239 b
|
15 lines
on mouseUp
global drums, trap, label
if soundBusy(1) = 0 then
set drums to 0
end if
if trap = 1 then
set the visible of sprite 4 to 0
set trap to 0
set label to 1
go(marker(-1))
else
redraw()
end if
end